Skip to content

Allow base contract string constructor args with open curly braces#479

Merged
cgewecke merged 2 commits into
masterfrom
string-interpolation
Feb 14, 2020
Merged

Allow base contract string constructor args with open curly braces#479
cgewecke merged 2 commits into
masterfrom
string-interpolation

Conversation

@cgewecke
Copy link
Copy Markdown
Member

#478

contract Test is Interpolated("abc{defg}"){
    function a(uint x) public {
        uint y = x;
    }
}

@codecov-io
Copy link
Copy Markdown

codecov-io commented Feb 14, 2020

Codecov Report

Merging #479 into master will increase coverage by <.01%.
The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #479      +/-   ##
==========================================
+ Coverage   99.22%   99.23%   +<.01%     
==========================================
  Files          20       20              
  Lines         779      784       +5     
==========================================
+ Hits          773      778       +5     
  Misses          6        6
Impacted Files Coverage Δ
lib/parse.js 96.05% <100%> (+0.27%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 5dd2d58...c861dda. Read the comment docs.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants